name: tests121 run_id: commands[0] env HOME: /home/jenkins env LANG: C.UTF-8 env PATH: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests121/bin:/opt/pyenv/bin:/tmp/venv-JNUc/bin:/opt/pyenv/shims:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin env PYTHONHASHSEED: 616344650 env PIP_DISABLE_PIP_VERSION_CHECK: 1 env PYTHONIOENCODING: utf-8 env USE_ODL_ALT_KARAF_ENV: ./karaf121.env env USE_ODL_ALT_KARAF_INSTALL_DIR: karaf121 env TOX_ENV_NAME: tests121 env TOX_WORK_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox env TOX_ENV_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests121 env VIRTUAL_ENV: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests121 metadata pid: 42956 cwd: /w/workspace/transportpce-tox-verify-transportpce-master/tests allow: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests121/bin/*:launch_tests.sh cmd: ./launch_tests.sh 1.2.1 exit_code: 1 using environment variables from ./karaf121.env pytest -q transportpce_tests/1.2.1/test01_portmapping.py ..................... [100%] 21 passed in 89.92s (0:01:29) pytest -q transportpce_tests/1.2.1/test02_topo_portmapping.py ...... [100%] 6 passed in 228.17s (0:03:48) pytest -q transportpce_tests/1.2.1/test03_topology.py ............................................ [100%] 44 passed in 319.42s (0:05:19) pytest -q transportpce_tests/1.2.1/test04_renderer_service_path_nominal.py ........................ [100%] 24 passed in 83.00s (0:01:23) pytest -q transportpce_tests/1.2.1/test05_olm.py ........................................ [100%] 40 passed in 180.42s (0:03:00) pytest -q transportpce_tests/1.2.1/test06_end2end.py ............FFFFF......FFFF..........FF..FF.....FF.... [100%] =================================== FAILURES =================================== _______________ TransportPCEFulltesting.test_13_check_xc1_ROADMA _______________ self = def test_13_check_xc1_ROADMA(self): response = test_utils.check_node_attribute_request( "ROADMA01", "roadm-connections", "SRG1-PP1-TXRX-DEG1-TTP-TXRX-761:768") > self.assertEqual(response['status_code'], requests.codes.ok) E AssertionError: 409 != 200 transportpce_tests/1.2.1/test06_end2end.py:201: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_13_check_xc1_ROADMA _______________ TransportPCEFulltesting.test_14_check_xc1_ROADMC _______________ self = def test_14_check_xc1_ROADMC(self): response = test_utils.check_node_attribute_request( "ROADMC01", "roadm-connections", "SRG1-PP1-TXRX-DEG2-TTP-TXRX-761:768") > self.assertEqual(response['status_code'], requests.codes.ok) E AssertionError: 409 != 200 transportpce_tests/1.2.1/test06_end2end.py:216: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_14_check_xc1_ROADMC _______________ TransportPCEFulltesting.test_15_check_topo_XPDRA _______________ self = def test_15_check_topo_XPDRA(self): response = test_utils.get_ietf_network_node_request('openroadm-topology', 'XPDRA01-XPDR1', 'config') self.assertEqual(response['status_code'], requests.codes.ok) liste_tp = response['node']['ietf-network-topology:termination-point'] for ele in liste_tp: if ele['tp-id'] == 'XPDR1-NETWORK1': > self.assertEqual( 196.1, float(ele['org-openroadm-network-topology:xpdr-network-attributes']['wavelength']['frequency'])) E AssertionError: 196.1 != 191.35 transportpce_tests/1.2.1/test06_end2end.py:234: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_15_check_topo_XPDRA ____________ TransportPCEFulltesting.test_16_check_topo_ROADMA_SRG1 ____________ self = def test_16_check_topo_ROADMA_SRG1(self): response = test_utils.get_ietf_network_node_request('openroadm-topology', 'ROADMA01-SRG1', 'config') self.assertEqual(response['status_code'], requests.codes.ok) freq_map = base64.b64decode( response['node']['org-openroadm-network-topology:srg-attributes']['avail-freq-maps'][0]['freq-map']) freq_map_array = [int(x) for x in freq_map] > self.assertEqual(freq_map_array[95], 0, "Lambda 1 should not be available") E AssertionError: 255 != 0 : Lambda 1 should not be available transportpce_tests/1.2.1/test06_end2end.py:252: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_16_check_topo_ROADMA_SRG1 ____________ TransportPCEFulltesting.test_17_check_topo_ROADMA_DEG1 ____________ self = def test_17_check_topo_ROADMA_DEG1(self): response = test_utils.get_ietf_network_node_request('openroadm-topology', 'ROADMA01-DEG1', 'config') self.assertEqual(response['status_code'], requests.codes.ok) freq_map = base64.b64decode( response['node']['org-openroadm-network-topology:degree-attributes']['avail-freq-maps'][0]['freq-map']) freq_map_array = [int(x) for x in freq_map] > self.assertEqual(freq_map_array[95], 0, "Lambda 1 should not be available") E AssertionError: 255 != 0 : Lambda 1 should not be available transportpce_tests/1.2.1/test06_end2end.py:270: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_17_check_topo_ROADMA_DEG1 _______________ TransportPCEFulltesting.test_24_check_xc2_ROADMA _______________ self = def test_24_check_xc2_ROADMA(self): response = test_utils.check_node_attribute_request( "ROADMA01", "roadm-connections", "DEG1-TTP-TXRX-SRG1-PP2-TXRX-753:760") > self.assertEqual(response['status_code'], requests.codes.ok) E AssertionError: 409 != 200 transportpce_tests/1.2.1/test06_end2end.py:343: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_24_check_xc2_ROADMA _______________ TransportPCEFulltesting.test_25_check_topo_XPDRA _______________ self = def test_25_check_topo_XPDRA(self): response = test_utils.get_ietf_network_node_request('openroadm-topology', 'XPDRA01-XPDR1', 'config') self.assertEqual(response['status_code'], requests.codes.ok) liste_tp = response['node']['ietf-network-topology:termination-point'] for ele in liste_tp: if ele['tp-id'] == 'XPDR1-NETWORK1': self.assertEqual( 196.1, float(ele['org-openroadm-network-topology:xpdr-network-attributes']['wavelength']['frequency'])) self.assertEqual( 40.0, float(ele['org-openroadm-network-topology:xpdr-network-attributes']['wavelength']['width'])) elif ele['tp-id'] == 'XPDR1-NETWORK2': > self.assertEqual( 196.05, float(ele['org-openroadm-network-topology:xpdr-network-attributes']['wavelength']['frequency'])) E AssertionError: 196.05 != 191.4 transportpce_tests/1.2.1/test06_end2end.py:368: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_25_check_topo_XPDRA ____________ TransportPCEFulltesting.test_26_check_topo_ROADMA_SRG1 ____________ self = def test_26_check_topo_ROADMA_SRG1(self): response = test_utils.get_ietf_network_node_request('openroadm-topology', 'ROADMA01-SRG1', 'config') self.assertEqual(response['status_code'], requests.codes.ok) freq_map = base64.b64decode( response['node']['org-openroadm-network-topology:srg-attributes']['avail-freq-maps'][0]['freq-map']) freq_map_array = [int(x) for x in freq_map] > self.assertEqual(freq_map_array[95], 0, "Lambda 1 should not be available") E AssertionError: 255 != 0 : Lambda 1 should not be available transportpce_tests/1.2.1/test06_end2end.py:384: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_26_check_topo_ROADMA_SRG1 ____________ TransportPCEFulltesting.test_27_check_topo_ROADMA_DEG1 ____________ self = def test_27_check_topo_ROADMA_DEG1(self): response = test_utils.get_ietf_network_node_request('openroadm-topology', 'ROADMA01-DEG1', 'config') self.assertEqual(response['status_code'], requests.codes.ok) freq_map = base64.b64decode( response['node']['org-openroadm-network-topology:degree-attributes']['avail-freq-maps'][0]['freq-map']) freq_map_array = [int(x) for x in freq_map] > self.assertEqual(freq_map_array[95], 0, "Lambda 1 should not be available") E AssertionError: 255 != 0 : Lambda 1 should not be available transportpce_tests/1.2.1/test06_end2end.py:410: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_27_check_topo_ROADMA_DEG1 _______________ TransportPCEFulltesting.test_38_check_xc1_ROADMA _______________ self = def test_38_check_xc1_ROADMA(self): response = test_utils.check_node_attribute_request( "ROADMA01", "roadm-connections", "SRG1-PP1-TXRX-DEG1-TTP-TXRX-761:768") > self.assertEqual(response['status_code'], requests.codes.ok) E AssertionError: 409 != 200 transportpce_tests/1.2.1/test06_end2end.py:579: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_38_check_xc1_ROADMA _______________ TransportPCEFulltesting.test_39_check_xc1_ROADMC _______________ self = def test_39_check_xc1_ROADMC(self): response = test_utils.check_node_attribute_request( "ROADMC01", "roadm-connections", "SRG1-PP1-TXRX-DEG2-TTP-TXRX-761:768") > self.assertEqual(response['status_code'], requests.codes.ok) E AssertionError: 409 != 200 transportpce_tests/1.2.1/test06_end2end.py:595: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_39_check_xc1_ROADMC _______________ TransportPCEFulltesting.test_42_check_xc2_ROADMA _______________ self = def test_42_check_xc2_ROADMA(self): response = test_utils.check_node_attribute_request( "ROADMA01", "roadm-connections", "SRG1-PP2-TXRX-DEG1-TTP-TXRX-753:760") > self.assertEqual(response['status_code'], requests.codes.ok) E AssertionError: 409 != 200 transportpce_tests/1.2.1/test06_end2end.py:635: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_42_check_xc2_ROADMA ______________ TransportPCEFulltesting.test_43_check_topo_ROADMA _______________ self = def test_43_check_topo_ROADMA(self): > self.test_26_check_topo_ROADMA_SRG1() transportpce_tests/1.2.1/test06_end2end.py:649: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ transportpce_tests/1.2.1/test06_end2end.py:384: in test_26_check_topo_ROADMA_SRG1 self.assertEqual(freq_map_array[95], 0, "Lambda 1 should not be available") E AssertionError: 255 != 0 : Lambda 1 should not be available ----------------------------- Captured stdout call ----------------------------- execution of test_43_check_topo_ROADMA ___________ TransportPCEFulltesting.test_49_loop_create_eth_service ____________ self = def test_49_loop_create_eth_service(self): # pylint: disable=consider-using-f-string for i in range(1, 4): print("iteration number {}".format(i)) print("eth service creation") self.test_11_create_eth_service1() print("check xc in ROADMA01") > self.test_13_check_xc1_ROADMA() transportpce_tests/1.2.1/test06_end2end.py:709: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ transportpce_tests/1.2.1/test06_end2end.py:201: in test_13_check_xc1_ROADMA self.assertEqual(response['status_code'], requests.codes.ok) E AssertionError: 409 != 200 ----------------------------- Captured stdout call ----------------------------- execution of test_49_loop_create_eth_service iteration number 1 eth service creation check xc in ROADMA01 ____________ TransportPCEFulltesting.test_50_loop_create_oc_service ____________ self = def test_50_loop_create_oc_service(self): response = test_utils.get_ordm_serv_list_attr_request("services", "service1") if response['status_code'] != 404: self.del_serv_input_data["service-delete-req-info"]["service-name"] = "service1" response = test_utils.transportpce_api_rpc_request( 'org-openroadm-service', 'service-delete', self.del_serv_input_data) time.sleep(5) # pylint: disable=consider-using-f-string for i in range(1, 4): print("iteration number {}".format(i)) print("oc service creation") > self.test_36_create_oc_service1() transportpce_tests/1.2.1/test06_end2end.py:728: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ transportpce_tests/1.2.1/test06_end2end.py:563: in test_36_create_oc_service1 self.assertIn('PCE calculation in progress', E AssertionError: 'PCE calculation in progress' not found in "Service 'service1' already exists in datastore" ----------------------------- Captured stdout call ----------------------------- execution of test_50_loop_create_oc_service iteration number 1 oc service creation =========================== short test summary info ============================ FAILED transportpce_tests/1.2.1/test06_end2end.py::TransportPCEFulltesting::test_13_check_xc1_ROADMA FAILED transportpce_tests/1.2.1/test06_end2end.py::TransportPCEFulltesting::test_14_check_xc1_ROADMC FAILED transportpce_tests/1.2.1/test06_end2end.py::TransportPCEFulltesting::test_15_check_topo_XPDRA FAILED transportpce_tests/1.2.1/test06_end2end.py::TransportPCEFulltesting::test_16_check_topo_ROADMA_SRG1 FAILED transportpce_tests/1.2.1/test06_end2end.py::TransportPCEFulltesting::test_17_check_topo_ROADMA_DEG1 FAILED transportpce_tests/1.2.1/test06_end2end.py::TransportPCEFulltesting::test_24_check_xc2_ROADMA FAILED transportpce_tests/1.2.1/test06_end2end.py::TransportPCEFulltesting::test_25_check_topo_XPDRA FAILED transportpce_tests/1.2.1/test06_end2end.py::TransportPCEFulltesting::test_26_check_topo_ROADMA_SRG1 FAILED transportpce_tests/1.2.1/test06_end2end.py::TransportPCEFulltesting::test_27_check_topo_ROADMA_DEG1 FAILED transportpce_tests/1.2.1/test06_end2end.py::TransportPCEFulltesting::test_38_check_xc1_ROADMA FAILED transportpce_tests/1.2.1/test06_end2end.py::TransportPCEFulltesting::test_39_check_xc1_ROADMC FAILED transportpce_tests/1.2.1/test06_end2end.py::TransportPCEFulltesting::test_42_check_xc2_ROADMA FAILED transportpce_tests/1.2.1/test06_end2end.py::TransportPCEFulltesting::test_43_check_topo_ROADMA FAILED transportpce_tests/1.2.1/test06_end2end.py::TransportPCEFulltesting::test_49_loop_create_eth_service FAILED transportpce_tests/1.2.1/test06_end2end.py::TransportPCEFulltesting::test_50_loop_create_oc_service 15 failed, 39 passed in 465.71s (0:07:45)